Public Types | Static Public Member Functions | List of all members
util::details::collection_from_reference_impl< T[N]> Struct Template Reference

#include <ContainerMeta.h>

Public Types

using type = T *
 

Static Public Member Functions

static type get (T ptr[N])
 

Detailed Description

template<typename T, std::size_t N>
struct util::details::collection_from_reference_impl< T[N]>

Definition at line 365 of file ContainerMeta.h.

Member Typedef Documentation

template<typename T , std::size_t N>
using util::details::collection_from_reference_impl< T[N]>::type = T*

Definition at line 366 of file ContainerMeta.h.

Member Function Documentation

template<typename T , std::size_t N>
static type util::details::collection_from_reference_impl< T[N]>::get ( ptr[N])
inlinestatic

Definition at line 367 of file ContainerMeta.h.

367 { return ptr; }

The documentation for this struct was generated from the following file: